All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.server.realm.HostAclEntryImpl

java.lang.Object
   |
   +----sun.security.acl.AclEntryImpl
           |
           +----sun.server.realm.HostAclEntryImpl

public class HostAclEntryImpl
extends AclEntryImpl
This is an extension to AclImpl to add support for Host principals.


Constructor Index

 o HostAclEntryImpl(Principal)

Method Index

 o toString()
returns a string representation for this acl entry -- with Host support --

Constructors

 o HostAclEntryImpl
 public HostAclEntryImpl(Principal user)

Methods

 o toString
 public String toString()
returns a string representation for this acl entry -- with Host support --

Overrides:
toString in class AclEntryImpl

All Packages  Class Hierarchy  This Package  Previous  Next  Index